home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TADVMAILMANAGEMENT / TADVMAILMANAGEMENT.txt
Text File  |  2004-10-12  |  8KB  |  347 lines

  1. object AdvMailManagement: TAdvMailManagement
  2.   Left = 262
  3.   Top = 198
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Advanced Mail Management'
  7.   ClientHeight = 438
  8.   ClientWidth = 445
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Book: TPageControl
  23.     Left = 0
  24.     Top = 0
  25.     Width = 445
  26.     Height = 401
  27.     ActivePage = tsIMAP
  28.     Align = alTop
  29.     TabOrder = 0
  30.     object tsDelete: TTabSheet
  31.       Caption = 'Deletion'
  32.       object GroupBox1: TGroupBox
  33.         Left = 8
  34.         Top = 8
  35.         Width = 417
  36.         Height = 121
  37.         Caption = 'Normal deletion (Delete key/toolbar button)'
  38.         TabOrder = 0
  39.         object rbDelTrash: TRadioButton
  40.           Left = 16
  41.           Top = 24
  42.           Width = 385
  43.           Height = 17
  44.           Caption = 'Move messages to the Trash folder'
  45.           TabOrder = 0
  46.           OnClick = rbDelTrashClick
  47.         end
  48.         object rbDelMark: TRadioButton
  49.           Left = 16
  50.           Top = 44
  51.           Width = 385
  52.           Height = 17
  53.           Caption = 'Mark as deleted, do not use the Trash folder'
  54.           TabOrder = 1
  55.           OnClick = rbDelTrashClick
  56.         end
  57.         object rbDelFolder: TRadioButton
  58.           Left = 16
  59.           Top = 64
  60.           Width = 393
  61.           Height = 17
  62.           Caption = 'Move to the specified folder'
  63.           TabOrder = 2
  64.           OnClick = rbDelTrashClick
  65.         end
  66.         object eDelFolder: TEdit
  67.           Left = 32
  68.           Top = 88
  69.           Width = 257
  70.           Height = 21
  71.           ReadOnly = True
  72.           TabOrder = 3
  73.         end
  74.         object bDelFolder: TButton
  75.           Left = 296
  76.           Top = 86
  77.           Width = 113
  78.           Height = 25
  79.           Caption = 'Browse'
  80.           TabOrder = 4
  81.           OnClick = bDelFolderClick
  82.         end
  83.       end
  84.       object GroupBox2: TGroupBox
  85.         Left = 8
  86.         Top = 136
  87.         Width = 417
  88.         Height = 145
  89.         Caption = 'Alternative deletion (Shift+Delete key/toolbar button)'
  90.         TabOrder = 1
  91.         object rbAltDelTrash: TRadioButton
  92.           Left = 16
  93.           Top = 24
  94.           Width = 385
  95.           Height = 17
  96.           Caption = 'Move messages to the Trash folder'
  97.           TabOrder = 0
  98.           OnClick = rbAltDelTrashClick
  99.         end
  100.         object rbAltDelMark: TRadioButton
  101.           Left = 16
  102.           Top = 44
  103.           Width = 385
  104.           Height = 17
  105.           Caption = 'Mark as deleted, do not use the Trash folder'
  106.           TabOrder = 1
  107.           OnClick = rbAltDelTrashClick
  108.         end
  109.         object rbAltDelFolder: TRadioButton
  110.           Left = 16
  111.           Top = 64
  112.           Width = 393
  113.           Height = 17
  114.           Caption = 'Move to the specified folder'
  115.           TabOrder = 2
  116.           OnClick = rbAltDelTrashClick
  117.         end
  118.         object eAltDelFolder: TEdit
  119.           Left = 32
  120.           Top = 88
  121.           Width = 257
  122.           Height = 21
  123.           ReadOnly = True
  124.           TabOrder = 3
  125.         end
  126.         object bAltDelFolder: TButton
  127.           Left = 296
  128.           Top = 86
  129.           Width = 113
  130.           Height = 25
  131.           Caption = 'Browse'
  132.           TabOrder = 4
  133.           OnClick = bAltDelFolderClick
  134.         end
  135.         object cbAltPurge: TCheckBox
  136.           Left = 16
  137.           Top = 120
  138.           Width = 385
  139.           Height = 17
  140.           Caption = 'Use alternative deletion method for purging folders'
  141.           TabOrder = 5
  142.         end
  143.       end
  144.       object cbCompressEmpty: TCheckBox
  145.         Left = 16
  146.         Top = 296
  147.         Width = 409
  148.         Height = 17
  149.         Caption = '&Compress emptied folders automatically'
  150.         TabOrder = 2
  151.       end
  152.       object cbPurgeUnread: TCheckBox
  153.         Left = 16
  154.         Top = 320
  155.         Width = 409
  156.         Height = 17
  157.         Caption = 'Purge &Unread messages'
  158.         TabOrder = 3
  159.       end
  160.       object cbDelMarkRead: TCheckBox
  161.         Left = 16
  162.         Top = 344
  163.         Width = 409
  164.         Height = 17
  165.         Caption = 'Mark deleted messages as read'
  166.         TabOrder = 4
  167.       end
  168.     end
  169.     object tsIMAP: TTabSheet
  170.       Caption = 'IMAP'
  171.       ImageIndex = 1
  172.       object Label1: TLabel
  173.         Left = 16
  174.         Top = 8
  175.         Width = 75
  176.         Height = 13
  177.         Caption = '&Quick configure'
  178.       end
  179.       object lFullSmaller: TLabel
  180.         Left = 328
  181.         Top = 186
  182.         Width = 36
  183.         Height = 13
  184.         Caption = 'K Bytes'
  185.         Visible = False
  186.       end
  187.       object lMultiPort: TLabel
  188.         Left = 216
  189.         Top = 226
  190.         Width = 174
  191.         Height = 13
  192.         Caption = 'concurrent connections to the server'
  193.         Visible = False
  194.       end
  195.       object cbGetStruct: TCheckBox
  196.         Left = 16
  197.         Top = 64
  198.         Width = 401
  199.         Height = 17
  200.         Caption = 'Retrieve message structures together with message headers'
  201.         TabOrder = 0
  202.       end
  203.       object cbQuickConfig: TComboBox
  204.         Left = 16
  205.         Top = 24
  206.         Width = 409
  207.         Height = 21
  208.         Style = csDropDownList
  209.         ItemHeight = 13
  210.         TabOrder = 1
  211.         OnChange = cbQuickConfigChange
  212.         Items.Strings = (
  213.           ''
  214.           'Fast/permanent connection'
  215.           'Slow connection')
  216.       end
  217.       object cbGetTextOnly: TCheckBox
  218.         Left = 16
  219.         Top = 160
  220.         Width = 401
  221.         Height = 17
  222.         Caption = 'When browsing messages, retrieve only message text'
  223.         TabOrder = 2
  224.         Visible = False
  225.         OnClick = cbFullSmallerClick
  226.       end
  227.       object cbFullSmaller: TCheckBox
  228.         Left = 40
  229.         Top = 184
  230.         Width = 201
  231.         Height = 17
  232.         Caption = 'except messages smaller than'
  233.         TabOrder = 3
  234.         Visible = False
  235.         OnClick = cbFullSmallerClick
  236.       end
  237.       object eFullSmaller: TXSpinEdit
  238.         Left = 248
  239.         Top = 182
  240.         Width = 73
  241.         Height = 21
  242.         TabOrder = 4
  243.         Text = '0'
  244.         Visible = False
  245.         MinValue = 0
  246.         MaxValue = 0
  247.         Value = 0
  248.         Step = 1
  249.       end
  250.       object cbCompressClose: TCheckBox
  251.         Left = 16
  252.         Top = 88
  253.         Width = 393
  254.         Height = 17
  255.         Caption = 'Compress folders when switching to another folder'
  256.         TabOrder = 5
  257.       end
  258.       object cbDisconnectAfterSync: TCheckBox
  259.         Left = 16
  260.         Top = 112
  261.         Width = 401
  262.         Height = 17
  263.         Caption = 'Automatically disconnect after synchronisation'
  264.         TabOrder = 6
  265.       end
  266.       object cbRefresh: TCheckBox
  267.         Left = 16
  268.         Top = 136
  269.         Width = 225
  270.         Height = 17
  271.         Caption = 'When on-line, refresh folders every'
  272.         TabOrder = 7
  273.         OnClick = cbRefreshClick
  274.       end
  275.       object eRefresh: TXSpinEdit
  276.         Left = 248
  277.         Top = 134
  278.         Width = 73
  279.         Height = 21
  280.         TabOrder = 8
  281.         Text = '0'
  282.         MinValue = 0
  283.         MaxValue = 0
  284.         Value = 0
  285.         Step = 1
  286.       end
  287.       object cbRefreshType: TComboBox
  288.         Left = 328
  289.         Top = 134
  290.         Width = 97
  291.         Height = 21
  292.         Style = csDropDownList
  293.         ItemHeight = 13
  294.         ItemIndex = 0
  295.         TabOrder = 9
  296.         Text = 'seconds'
  297.         Items.Strings = (
  298.           'seconds'
  299.           'minutes')
  300.       end
  301.       object cbMultiPort: TCheckBox
  302.         Left = 16
  303.         Top = 224
  304.         Width = 121
  305.         Height = 17
  306.         Caption = 'Allow up to'
  307.         TabOrder = 10
  308.         Visible = False
  309.         OnClick = cbMultiPortClick
  310.       end
  311.       object eMultiPort: TXSpinEdit
  312.         Left = 144
  313.         Top = 222
  314.         Width = 65
  315.         Height = 21
  316.         TabOrder = 11
  317.         Text = '1'
  318.         Visible = False
  319.         MinValue = 1
  320.         MaxValue = 100
  321.         Value = 1
  322.         Step = 1
  323.       end
  324.     end
  325.   end
  326.   object bOK: TButton
  327.     Left = 224
  328.     Top = 408
  329.     Width = 99
  330.     Height = 25
  331.     Caption = '&OK'
  332.     Default = True
  333.     ModalResult = 1
  334.     TabOrder = 1
  335.   end
  336.   object bCancel: TButton
  337.     Left = 336
  338.     Top = 408
  339.     Width = 97
  340.     Height = 25
  341.     Cancel = True
  342.     Caption = 'Cancel'
  343.     ModalResult = 2
  344.     TabOrder = 2
  345.   end
  346. end
  347.